@charset "UTF-8";
/*font*/
/* @import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css); */
/* Noto Sans KR (korean) http://www.google.com/fonts/earlyaccess */
/* 구글폰트측에서 IE에 적용되는 웹폰트 경로를 삭제함
해결방안 ->구글측에서 구버전 폰트경로는 삭제했지만 파일은 남겨둔 파일 하기와 같이 링크 함  */
@font-face {
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 100;
src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),
url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),
url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 300;
src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 500;
src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 700;
src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 900;
src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),
url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),
url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
}

/*reset*/
* {margin:0;padding:0; }
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong,
sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {margin:0;padding:0;border:0; font-family: "Noto Sans KR", "맑은 고딕", sans-serif; background: transparent;-webkit-text-size-adjust: none;letter-spacing: -0.025em;word-break: keep-all;}
body {margin:0;padding:0;height: 100%;font-size: 14px;color: #666;line-height: 1.2;}
input, select, textarea,label,fieldset{vertical-align: middle;}
label {vertical-align:middle;}
address, em {font-style:normal;}
i, em, u, cite {font-style:normal}
strong, b, th {font-weight:bold;}
fieldset, img {border:0;}
img {max-width: 100%;width: auto;vertical-align:middle;}
caption, legend, figcaption {position:absolute;overflow:hidden;clip:rect(0,0,0,0);margin:-1px;width:1px;height:1px;font-size:1px;line-height:0;}
ul, ol, dl, dt, dd, li {list-style: none}
h1, h2, h3, h4, h5, h6 {font-size: 100%;}
input, textarea, select { border:0;color: #666;vertical-align: middle;}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display: block;}
a, a:hover{text-decoration: none; color:#252525}
button {cursor: pointer;outline: none;*overflow: visible;margin:0;padding:0;border: none;background-color: transparent;vertical-align: middle;}
button::-moz-focus-inner {margin:0;padding:0;border:0}
button, input[type="submit"], input[type="button"], input[type="reset"] {cursor: pointer;border:0}
table {width: 100%;table-layout: fixed}
th,td {vertical-align: middle;}
table, th, td {border-spacing:0;border-collapse: collapse;*border-collapse: collapse;word-wrap: break-word;}
select {-moz-appearance:none;-webkit-appearance:none;appearance:none;}
select::-ms-expand {display: none;}
textarea {width: 100%;overflow-y: auto;resize: none;}
input {padding:0;margin:0;width: 100%;border: 1px solid #ccc;color: #222;border: none;-webkit-border-radius:0;}
input[disabled] {background: #fff}
input,textarea {-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
input[type="number"], input[type="file"] {-webkit-appearance: none;}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {margin:0;-webkit-appearance: none;}
input[type="text"]::-ms-clear {display: none;}
input[type="radio"] {width:auto;}
input[type="checkbox"] {width:auto;}
input[type="radio"]:disabled + label {color:#666;}
/* input[readonly='readonly'] {background-color: #eee} */
/* placeholder Default color  */
*::-webkit-input-placeholder {color: #888 !important}
*:-moz-placeholder {color: #888 !important}/* FF 4-18 */
*::-moz-placeholder {color: #888 !important}/* FF 19+ */
*:-ms-input-placeholder {color: #888 !important}/* IE 10+ */
/* common.css */
input {font-family:inherit;}
button {font-family:inherit;}
.clear {clear: both}
.clear:after {display: block; content: ""; clear: both}
.hide {position: absolute; left: -9999px; font-size: 0; color: transparent}

/* skipnav */
.skipnav {position:absolute;z-index: 500;left:0;top:0;width: 100%;}
.skipnav a {display: block;overflow: hidden;width: 1px; height: 1px;margin-bottom:-1px;color: #fff;text-align: center;}
.skipnav a:focus, .skipnav a:active {width: 100%;height: auto;padding: 15px 0;background-color: #132436}
.blind {clip: rect(0,0,0,0);overflow: hidden;display: block;width: 1px;height: 1px;font-size: 1px;line-height: 0;text-indent: -9999em;}



/* 커널스 추가*/
.adeditor_header {position:relative;overflow: hidden; width:100%;  z-index: 998; }
.main_visual_wrap {position: relative;overflow: hidden;text-align: center;}
.sub_visual_wrap { position: relative;}
.adeditor_container { position: relative;}
.adeditor_section { position: relative;}
.adeditor_footer {position: relative;background: #e2e2e2;padding: 30px 0;}




/* layout */
.wrap{position:relative; }
.container_wrap {width:100%;}
.container .con_inner {width: 1152px; margin: 0 auto; text-align: left;}
.container:after {content:"";display:block;clear:both}

/* sub */


.tit2depth {font-size: 26px; line-height: 1; color: #000}
.tit2depth2 {padding: 110px 0 50px; font-size: 35px; line-height: 1; color: #fff}
.tit3depth {font-size: 24px; line-height: 1; color: #fff; font-weight: normal}
.txt {font-size: 16px; line-height: 24px; color: #333}
.alC {text-align: center}
.left {float: left}
.right {float: right}
/* sub04 */
.sub04_wrap{margin-top:50px;}
.sub04_wrap .sub04_tit{font-size:28px; color:#000;}
.sub04_wrap .sub04_com{font-size:18px; color:#666;}
.sub04_wrap .sub04_img{margin-top:30px;}

@media all and (max-width: 1000px) {
	.sub04_wrap{margin-top:30px;}
	.sub04_wrap .sub04_tit{font-size:15px; color:#000;}
	.sub04_wrap .sub04_com{font-size:13px; color:#666; margin-top:10px;}
	.sub04_wrap .sub04_img{margin-top:30px;}
	.sub04_wrap .sub04_img img{width:100%;}
}

.wrap_list {padding-top: 70px}
.list_img_cont:after {display: block; content: ""; clear: both}
.list_img_cont .item {float: left; border: 1px solid #d2d2d2; margin: 30px 29px 0 0}
.list_img_cont .item:nth-of-type(3n) {margin: 30px 0 0 0}
.list_img_cont .item .img_cont {display: block; width: 378px; padding-bottom: 26px; border-bottom: 1px solid #d2d2d2}
.list_img_cont .item img {display: block}
.list_img_cont .item .tit {display: block; color: #333; font-size: 26px; padding: 30px 20px 15px}
.list_img_cont .item .txt {display: block; overflow: hidden; height: 70px; padding: 0 20px; font-size: 14px; color: #666; line-height: 22px; text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.list_img_cont .item .list_bottom {padding: 20px}
.list_img_cont .item .list_bottom:after {display: block; content: ""; clear: both}
.list_img_cont .item .count {display: inline-block; font-size: 13px; color: #999; padding-right: 18px}
.list_img_cont .item .ico_heart {font-size: 0; color: transparent; width: 15px; height: 14px; background: url(../images/common/ico_zip.png) 0 0 no-repeat}
.list_img_cont .item .ico_share {font-size: 0; color: transparent; width: 18px; height: 15px; margin-left: 14px; background: url(../images/common/ico_zip.png) -29px 0 no-repeat;}

.list_col02:after {display: block; content: ""; clear: both}
.list_col02 .item {float: left; width: 50%; padding-right: 14px; margin-top: 30px; box-sizing: border-box}
.list_col02 .item:nth-of-type(2n) {padding-right: 0; padding-left: 14px}
.list_col02 .item_inner {border: 1px solid #d2d2d2}
.list_col02 .item_inner:after {display: block; content: ""; clear: both}
.list_col02 .item_inner .img {float: left; width: 269px; padding-right: 20px}
.list_col02 .item_inner .img img {display: block}
.list_col02 .item_inner .cont {padding: 20px 30px}
.list_col02 .item_inner .cont a {display: block; overflow: hidden; height: 198px}
.list_col02 .item_inner .cont .name{display: block; padding-bottom: 15px; font-size: 20px; line-height: 22px; color: #005591; font-weight: bold} 
.list_col02 .item_inner .cont .tit{display: block; padding-bottom: 25px; font-size: 26px; line-height: 34px; color: #000}
.list_col02 .item_inner .cont .txt{display: block; font-size: 14px; line-height: 20px; color: #595959}

.paging {margin-top: 80px; text-align: center}
.paging .num {display: inline-block; position: relative; padding: 0 14px; font-size: 14px; line-height: 1; vertical-align: middle; color: #000}
.paging .num:after {display: block; content: ""; position: absolute; left: 0; top: 50%; height: 10px; margin-top: -5px; border-left: 1px solid #d0d0d0}
.paging .num.on {color: #005591; font-weight: bold}
.paging .first:after {display: none}
.paging .pg_btn {display: inline-block; vertical-align: middle; font-size: 0; color: transparent; width: 16px; height: 17px; background: url(../images/common/btn_paging.png) 0 0 no-repeat}
.paging .pg_prev02 {width: 10px; background-position: -34px 0} 
.paging .pg_next01 {width: 10px; background-position: -74px 0} 
.paging .pg_next02 {background-position: -102px 0} 


.col02 {padding-top: 89px}
.col02:after {display: block; content: ""; clear: both}
.col02 .tit2depth {padding-bottom: 25px; text-align:center;}
.col02 .left {width: 50%; box-sizing: border-box}
.col02 .right {width: 50%; box-sizing: border-box}
.col02 .box {position: relative; display: table; width: 100%; padding: 60px 40px 60px 34px; background: #f7f7f7; box-sizing: border-box; text-align:center;}
.col02 .box:after {display: block; content: ""; clear: both}
.col02 .box .price {display: inline-block; vertical-align: middle; padding-right: 34px; border-right: 1px solid #d1d1d1}
.col02 .box .price .txt {color: #000; font-size: 18px; line-height: 34px}
.col02 .box .num {display: block; font-size: 80px; color: #0074c5; line-height: 1}
.col02 .box .list_txt {display: inline-block; vertical-align: middle; padding-left: 34px}
.col02 .box .list_txt li {font-size: 16px; line-height: 25px; color: #595959}
.col02 .box .btn {position: absolute; right: 40px; top: 50%; padding:0 10px; height: 70px; margin-top: -35px}
.col02 .box .btn_blue {display: inline-block; text-align: center;padding:0 10px; background: #0074c5; height: 70px; line-height: 70px; width: 100%; font-size: 16px; color: #fff; font-weight: bold}

.wrap_info {}
.list_info {border-top: 1px solid #d1d1d1; border-right: 1px solid #d1d1d1}
.list_info:after {display: block; content: ""; clear: both}
.list_info .item_info {float: left; width: 25%}
.list_info .inner { height: 291px; text-align: center; border-left:1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1}
.list_info .info02 .inner:before {width: 112px; background-position: -283px 0}
.list_info .info03 .inner:before {width: 95px; background-position: -597px 0}
.list_info .info04 .inner:before {width: 118px; background-position: -879px 0}
.list_info .info05 .inner:before {width: 121px; background-position: 0 -170px}
.list_info .info06 .inner:before {width: 92px; background-position: -308px -170px}
.list_info .info07 .inner:before {width: 100px; background-position: -607px -170px}
.list_info .info08 .inner:before {width: 113px; background-position: -893px -170px}
.list_info .tit {display: block; padding-top: 181px; padding-bottom: 5px; font-size: 18px; line-height: 25px; color: #000;  text-align: center}
.list_info .txt {text-align: center; font-size: 16px; line-height: 22px; color: #595959}

.col02 .left.person01 {padding:140px 0 0 50px}
.col02 .right.person02 {padding:140px 0 0 50px}

.person01 {height: 437px; }
.person01 span {display: block; padding-bottom: 10px; font-size: 28px; color: #fff; line-height: 1; font-weight: normal}
.person01 .name {display: block; padding-bottom: 35px; font-size: 50px; line-height: 1; color: #fff; font-weight: bold}
.person02 {height: 437px;}
.person02 span {display: block; padding-bottom: 10px; font-size: 28px; color: #fff; line-height: 1; font-weight: normal}
.person02 .name {display: block; padding-bottom: 35px; font-size: 50px; line-height: 1; color: #fff; font-weight: bold}
.btn_box {display: inline-block;  padding:0 20px;height: 42px; line-height: 40px; font-size: 14px; color: #fff; border: 1px solid #fff; text-align: center}
.btn_box:hover {color: #fff}


.col02 + .col03 {margin-top: 80px}
.col03:after {display: block; content: ""; clear: both}
.col03 .tit2depth {padding-bottom: 30px}
.col03 .left {width: 33.3%; height: 259px; box-sizing: border-box}
.col03 .left + .left {padding-left: 30px}
.col03 .inner {height: 100%; padding: 50px 0 0 40px; box-sizing: border-box}
.col03 .inner .name {display: block; padding-bottom: 10px; font-size: 26px; font-weight: bold; color: #000}
.col03 .inner span {display: block; font-size: 15px; line-height: 1; color: #666}
.person03 {}
.person04 {}
.person05 {}

.col02.type2 {padding-top: 80px; border-top: 2px solid #717171}
.col02.type2 .left {padding-right: 40px}
.col02.type2 .right {padding-left: 40px}
.col02.type2 .box {padding: 0; border: 1px solid #ababab; background: #656464}
.col02.type2 label {display: inline-block; padding: 0 30px; font-size: 20px; color: #fff; line-height: 70px}
.col02.type2 input {width: 430px; height: 70px; color: #fff; font-size: 20px; background: #656464}

.wrap_radio {position: relative; padding-top: 30px}
.list_radio {padding-top: 40px}
.list_radio:after {display: block; content: ""; clear: both}
.list_radio li {float: left; margin-bottom: 30px; padding-right: 68px}
.list_radio label {display: inline-block; vertical-align: middle; font-size: 18px; line-height: 1; color: #fff}
.list_radio input {display: inline-block; width: 22px; height: 22px; vertical-align: middle; margin-right: 10px; appearance: none;  -moz-appearance: none;  -webkit-appearance: none; background: url(../images/common/radio_off.png) 0 50% no-repeat}
.list_radio input:checked {background-image: url(../images/common/radio_on.png)}
.btn_white {position: absolute; right: 0; bottom: 30px;padding:5px 20px 5px 20px; height: 75px; font-size: 18px; line-height: 75px; color: #000; font-weight: bold; background: #fff}


/* main */


.main_section01 .swiper-container {width: 1200px}

/*.main_section02 {background: url(../images/visual/bg_main_03.png) 50% 100% no-repeat}*/
.main_section02  .person01 {height: 500px; }
.main_section02 .col02 .left.person01 {padding: 205px 0 0 0}
.main_section02  .person02 {height: 500px;}
.main_section02 .col02 .right.person02 {padding: 205px 0 0 84px}

.main_section03 {padding-bottom: 100px; background: #f0f0f0}
.main_section03 .tit2depth2 {text-align: center; font-size: 45px; line-height: 1; color: #000; font-weight: normal}
.main_section03 .swiper-container {width: 1115px}
.main_section03 .slide_inner {padding-bottom: 15px}
.wrap_slide {position: relative}
.main .swiper-button-prev {left: 0;width: 52px; height: 52px; margin-top:-26px; background: url(../images/common/btn_slider_prev.png) 0 0 no-repeat}
.main .swiper-button-next { width: 52px; height: 52px; margin-top:-26px; background: url(../images/common/btn_slider_next.png) 0 0 no-repeat}

.slide_inner .cont {position: relative;width: 317px; margin: -37px auto 0; padding: 35px 24px; background: #fff; box-sizing: border-box; box-shadow:11px 11px 11px rgba(0,0,0,0.09)}
.slide_inner .cont .tit_slide {display: block; text-align: center; padding-bottom: 15px; font-size: 22px; line-height: 1; color: #005591; font-weight: bold}
.slide_inner .cont .txt_slide {overflow: hidden; height: 53px; margin-bottom: 25px; text-align: center; font-size: 14px; line-height: 20px; color: #595959}
.slide_inner .cont .cont_bottom {text-align: center}
.slide_inner .cont .cont_bottom span {display: inline-block; padding: 0 8px; font-size: 13px; line-height: 1; color: #848484; vertical-align: top}
.slide_inner .cont .cont_bottom span + span {border-left: 1px solid #f0f0f0}

.main_section04 {padding-bottom: 140px; background: url(../images/visual/sub_bg_07.png) 50% 0 no-repeat; background-size: cover}
.main_section04 .tit2depth2 {padding-bottom: 15px; text-align: center; font-weight: normal}
.main_section04 .sub_txt {padding-bottom: 80px; font-size: 18px; text-align: center}


.wrap_m {display: none}

.wrap_header_m {display: none}
.header_m {display: none}
.main_cont_m {display: none}
.img_m {display: none}



@media screen and (max-width: 1000px){
   /* footer */
    .footer .con_inner {width: 100%; padding: 40px 0 33px}
    .footer .logo {display: none}
    .footer .footer_sns {float: none; margin-top: 25px; text-align: center}
    .footer .footer_sns .ico_sns {width: 19px; height: 19px; background-position: 0 -25px; background-size: 75px 50px}
    .footer .footer_sns .twitter {background-position: -25px -25px;}
    .footer .footer_sns .instargram {background-position: -50px -25px;}
    .footer .footer_cont .tit_location {display: block; text-align: center}
    .footer .footer_cont {float: none; margin: 0; text-align: center}
    .footer .footer_cont .tel {display: block}
    .footer .address02 {padding-top: 20px}
    
    /* sub_visual_wrap */
    
    /* header */
    .wrap_m {display: block; padding: 25px 0 25px 20px; border-bottom: 1px solid #d8d8d8}
    .wrap_m:after {display: block; content: ""; clear: both}
    .wrap_m .tit_page {padding: 0; font-size: 21px; line-height: 1; color: #000; font-weight: normal}
    .wrap_m a {display: block; float: left; padding-right: 13px; font-size: 0; color: transparent; width: 12px; height: 21px; background: url(../images/common/btn_page_prev.png) 0 0 no-repeat; background-size: 12px 21px}
    
    /* sub_container_inner */
    .sub_container_inner {width: 100%; padding-bottom: 90px; box-sizing: border-box}
    .txt {font-size: 13px; line-height: 18px}
    .tit2depth{font-size: 17px}
    
    .left {float: none; width: 100%}
    .right {float: none; width: 100%}
    .section .left {width: 100%}
    .section .right {width: 100%;}
    .section {padding: 0 20px}
    .section .cont {padding: 0}
    .section .cont .num {font-size: 45px; padding-bottom: 23px}
    .section .tit_txt {font-size: 28px; line-height: 33px;padding-bottom:10px;}
    .section img {display: block; width: 100%}
    .section .alC {padding: 35px 35px 0; box-sizing: border-box}
    .section01 {padding-top: 20px}
    .section02 {padding-top: 20px}
    
    .wrap_list {padding-top:25px}
    .list_img_cont {padding: 0 20px}
    .list_img_cont .item {float: none; margin: 0}
    .list_img_cont .item + .item {margin-top: 20px}
    .list_img_cont .item img {width: 100%}
    .list_img_cont .item .img_cont {width: 100%}
    .list_img_cont .item .tit {font-size: 23px}
    .list_img_cont .item .list_bottom .left {float: left; width: 50%}
    .list_img_cont .item .list_bottom .right {float: right; width: 50%; text-align: right}
    
    .list_col02 {padding: 0 20px}
    .list_col02 .item {float: none; width: 100%; padding-right: 0}
    .list_col02 .item:nth-of-type(2n) {padding-left: 0}
    .list_col02 .item:first-child {margin-top: 0}
    .list_col02 .item_inner {width: 100%}
    .list_col02 .item_inner:after {display: block; content: ""; clear: both}
    .list_col02 .item_inner .img {width: 135px}
    .list_col02 .item_inner .cont {}
    .list_col02 .item_inner .cont a {height: 80px}
    .list_col02 .item_inner .cont .tit {font-size: 17px; line-height: inherit}
    .list_col02 .item_inner .cont .name {padding-bottom: 12px; font-size: 14px; line-height: 18px}
    .list_col02 .item_inner .cont .txt {display: none}
    
    .col02 {padding: 0 20px}
    .col02 .left {width: 100%}
    .col02 .right {width: 100%}
    .col02 .tit2depth {padding-top: 25px; padding-bottom: 16px}
    .col02 .right .tit2depth {padding-top: 30px;}
    .col02 .box {padding: 25px 20px }
    .col02 .box .btn {position: static; clear: both; width:100%; margin-top: 26px}
    .col02 .box .price {width: 50%; box-sizing: border-box}
    .col02 .box .list_txt {width:50%; box-sizing: border-box}
    .col02 .box .num {font-size: 65px}
    .col02 .box .list_txt li {font-size: 12px; line-height: 20px}
    .col02 .box .price .txt {font-size: 13px; line-height: 20px}
    .col02 .box .btn_blue {height: 53px; font-size: 13px; line-height: 53px}
    .wrap_info {margin-top: 26px; padding: 0 20px}
    .list_info .item_info {width: 50%}
    .list_info .inner {height: 170px; padding-right: 15px; padding-left: 12px; padding-bottom: 60px}
    .list_info .inner:before {width: 82px; height: 105px; margin-top: 39px; background-image: url(../images/common/ico_info_m.png); background-size: 840px 105px}
    .list_info .info02 .inner:before {width: 90px; background-position: -105px 0}
    .list_info .info03 .inner:before {width: 76px; background-position: -210px 0}
    .list_info .info04 .inner:before {width: 90px; background-position: -315px 0}
    .list_info .info05 .inner:before {width: 97px; background-position: -420px 0}
    .list_info .info06 .inner:before {width: 74px; background-position: -525px 0}
    .list_info .info07 .inner:before {width: 80px; background-position: -630px 0}
    .list_info .info08 .inner:before {width: 91px; background-position: -735px 0}
    .list_info .tit {padding-top: 135px; font-size: 15px; line-height: 20px}
    .list_info .txt {font-size: 13px; line-height: 18px}
    
    .col02.type01 {padding: 0}
    .col02.type01 .tit2depth {padding: 25px 20px 16px}
    .col02 .left.person01 {height: auto; padding: 79px 20px 70px;}
    .person01 {background-image: url(../images/visual/sub_visual_06_01_m.png); background-size: 171px 254px}
    .person01 span {font-size: 16px; line-height:1}
    .person01 .name {font-size: 30px; line-height:1}
    .col02 .right.person02 {height: auto; padding: 79px 20px 70px;}
    .person02 {background-image: url(../images/visual/sub_visual_06_02_m.png); background-size: 184px 245px}
    .person02 span {font-size: 16px; line-height:1}
    .person02 .name {font-size: 30px; line-height:1}
    .btn_box {width: 99px; height: 31px; font-size: 12px; line-height: 31px;}
    
    .col02 + .col03 {margin-top: 45px}
    .col03 {padding: 0 20px}
    .col03 .left {float: none; width: 100%; height: 218px; padding: 0}
    .col03 .left + .left {margin-top: 15px; padding-left:0}
    .col03 .inner {padding: 30px 0 0 25px}
    .col03 .inner .name {font-size: 23px}
    .col03 .inner span {font-size: 13px}
    .person03 {background-image: url(../images/visual/sub_visual_06_03_m.png); background-size: 321px 219px}
    .person04 {background-image: url(../images/visual/sub_visual_06_04_m.png); background-size: 321px 219px}
    .person05 {background-image: url(../images/visual/sub_visual_06_05_m.png); background-size: 321px 219px}
    
    .sub_container_inner.type02 .tit2depth2 {font-size: 30px; font-weight: normal; text-align: center; padding: 62px 0 43px}
    .col02.type2 {padding-top: 0; border-top: 0}
    .col02.type2 .left {padding-right: 0}
    .col02.type2 .right {margin-top: 15px; padding-left: 0}
    .col02.type2 .box {position: relative; height: 44px}
    .col02.type2 label {position: absolute; left: 0; top:0; font-size: 13px; line-height: 41px}
    .col02.type2 input {width: 100%; height: 41px; padding-left: 115px; line-height: 41px; box-sizing: border-box}
    
    .tit3depth {font-size: 19px}
    .wrap_radio {padding: 48px 20px 0}
    .list_radio {padding-top: 35px}
    .list_radio label {font-size: 14px}
    .btn_white {position: static; width: 100%; height: 55px; font-size: 15px; line-height: 55px}
    
    /* main */
    .header_m {display: block; width: 100%; position: absolute}
    .header_m:after {display: block; content: ""; clear: both}
    .header_m .logo {float: left; margin: 29px 0 0 20px; padding-left:35px; background: url(../images/common/logo_m.png) 0 -50px no-repeat; background-size: 50px 100px; font-size: 16px; font-weight: bold; line-height: 25px; color: #fff}
    .header_m .all_menu {float: right; font-size: 0; color: transparent; width: 23px; height:19px; margin: 32px 20px 0 0; background: url(../images/common/btn_all_menu.png) 0 0 no-repeat; background-size: 23px 19px}
    .wrap_header_m {position: absolute; left: 0; top: 0; width: 100%; padding-left: 83px; box-sizing: border-box}
    .wrap_header_m .wrap_layer {position: relative; background: #fff}
    .wrap_header_m .wrap_all_menu .logo {font-size: 16px; line-height: 25px; font-weight: bold; color: #0074c5; padding: 30px 20px 0 66px; background: url(../images/common/logo_m.png) 31px 30px no-repeat; background-size: 50px 100px} 
    .list_menu {padding: 50px 31px 85px;}
    .list_menu a {float: none; font-size: 19px; line-height: 60px; color: #000}
    .list_menu .on a {font-weight: bold; color: #0074c5;}
    .list_menu .on span {border-bottom: 2px solid #0074c5}
    .util_m {padding: 0 0 33px 31px}
    .util_m .ico_sns {display: inline-block; width: 27px; height: 27px; margin-right: 10px; background: url(../images/common/ico_sns_m.png) 0 0 no-repeat; background-size: 105px 27px; font-size: 0; color: transparent}
    .util_m .twitter {background-position: -39px 0}
    .util_m .instargram {background-position:-79px 0}
    .wrap_header_m .wrap_btn a {display: block; width: 100%; height: 82px; padding: 0 32px; font-size: 19px; line-height: 82px; font-weight: bold; color: #fff; background: #0074c5; box-sizing: border-box}
    .wrap_layer .btn_close {position: absolute; right: 20px; top:33px; font-size: 0; color: transparent; width: 18px; height: 18px; background: url(../images/common/btn_close.png) 0 no-repeat; background-size: 18px 18px}
    
    .bg_layer {position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: #000; opacity: 0.6; z-index: 1}
    
    .main_visual01 {background: url(../images/visual/main_head_01_m.jpg) 50% 0 no-repeat; background-size: cover}
    
    .main_inner2 {max-width: 100%; min-width: 100%}
    .swiper-container01 {width: 100%}
    .main_inner2 .swiper-container01 .left.cont {width: 100%; padding: 68px 20px 0 20px}
    .main_inner2 .swiper-container01 .right {width: 100%}
    .main_inner2 .swiper-container01 .right img {width: 50%}
	.sub_con_wrap{width:96%; margin:0px auto;padding:20px 0 20px 0 }
    
    .main_inner {width: 100%}
    .main_section02 .col02 {padding: 55px 0 0}
    .main_section02 .col02 span {font-size: 15px}
    .main_section02 .col02 .name {font-size: 20px} 
    .main_section02 .col02 .btn_box {display: none}
    .main_section02 .col02 .left.person01 {position: relative; float: left; width: 50%; background: none; /*background: url(../images/visual/main_visual_03_01_m.png) 100% 100% no-repeat; background-size: 100% auto*/ padding: 0}
    .main_section02 .col02 .right.person02 {position: relative; float: right; width: 50%; background: none;/*background: url(../images/visual/main_visual_03_02_m.png) 100% 100% no-repeat; background-size: 100% auto*/ padding: 0}
    
	
    .main_section03 .tit2depth2 {padding: 58px 0 33px; font-size: 30px}
    .type02 {display: none}
    .slide_inner .cont {width: 100%}
    .slide_inner .cont .txt_slide {height: 57px}
    
    .main_section03 .type03  {display: block}
    .main_section03 .type03 .swiper-container {width: 100%}
    .main_section03 .type03 .swiper-container .slide_inner {padding: 0 20px; box-sizing: border-box}
    .main_section03 .type03 .swiper-container .slide_inner img {display: block; width: 100%}
}

@media screen and (min-width: 320px) and (max-width:720px){
/* header */
.header_wrap { position: relative; background: #fff}
.header_wrap .header_inner{overflow: hidden; width:100%;position: relative; height: 60px; margin:0 auto }
.header_wrap .header_inner .header:after{display: block; content:""; clear: both;}
.header_wrap .header_inner .header .logo {float:left; padding:14px 37px 14px 0;}
/*.header_wrap .header_inner .header .logo a {display: block; padding-left: 45px; font-size: 20px; line-height: 32px; color: #0074c5; font-weight: bold; background: url(../images/common/logo.png) 0 0 no-repeat}*/
.header_wrap .header_inner .header .logo a {display: block; padding-left: 45px; font-size: 20px; line-height: 32px; color: #0074c5; font-weight: bold;}
.header_wrap .wrap_gnb {float: left}
.header_wrap .gnb:after {display: block; content: ""; clear: both}
.header_wrap .gnb li {float: left; padding: 0 25px}
.header_wrap .gnb .gnb1depth {display: block; padding:35px 3px 3px;  color: #666; font-size: 16px; line-height: 1}
.header_wrap .gnb .on .gnb1depth {color: #005794; border-bottom: 2px solid #005794}
.header_wrap .util {float: right}
.header_wrap .util:after {display: block; content: ""; clear: both}
.header_wrap .util .wrap_sns {float:left; padding-top: 30px; padding-right: 35px}
.header_wrap .util .wrap_sns .ico_sns {display: inline-block; vertical-align: middle; font-size: 0; color: transparent; width: 30px; height: 30px; background: url(../images/common/ico_sns.png) 0 0 no-repeat}
.header_wrap .util .wrap_sns .ico_sns + .ico_sns {margin-left: 10px}
.header_wrap .util .wrap_sns .twitter {background-position: -45px 0}
.header_wrap .util .wrap_sns .instargram {background-position: -90px 0}
.header_wrap .util .wrap_btn {float: right}
.header_wrap .util .wrap_btn a {display: block; width: 115px; text-align: center; line-height: 90px; background: #0074c5; color: #fff; font-size: 16px; font-weight: bold}

.main_visual01 {background: url(../images/visual/main_head_01.jpg) left top no-repeat; background-size: cover;height:350px;}
.swiper-visual {width:100%; margin: 0 auto; position: relative; overflow: hidden; padding: 0;z-index: 1}
.swiper-visual .swiper-wrapper {height: 350px; text-align: center}
.main_cont01 {padding-top: 80px; text-align: center;}
.main_cont01 .head_copy {display: block; text-align: center; font-size: 24px; color: #fff}
.main_cont01 .sub_copy {padding-top: 27px; font-size: 12px; line-height: 16px; color: #fff; opacity: 0.5}
.main_cont01 .tit {display: block; text-align: center; font-size: 30px; color: #fff}
.main_cont01 .btn_white {position: static; display: inline-block; margin-top: 33px; font-size: 16px; width: 176px; height: 44px; line-height: 44px}
.swiper-visual.swiper-container-vertical .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {width: 53px; background: none; opacity: 1; font-size: 24px; border-bottom: 2px solid #fff;}
.swiper-visual.swiper-container-vertical .swiper-pagination-bullets .swiper-pagination-bullet {width: 37px; height: 100%; text-align: left; background:none; font-size: 16px; margin-top: 25px; opacity: 0.5; border-bottom: 2px solid #fff;border-radius:0}
.wrap_slide .swiper-button-next {right: 0}
.swiper-container01 {width: 100%; margin: 0 auto; position: relative; overflow: hidden; padding: 0;z-index: 1}
.swiper-container01 .left {width: 50%}
.swiper-container01 .left.cont {padding: 166px 0 0 10px; box-sizing: border-box}
.swiper-container01 .tit_txt {display: block; font-size: 40px; line-height: 50px; color: #000; font-weight: normal; padding-bottom: 40px}
.swiper-container01 .right {width: 50%; padding-top: 90px}

.sub_container_inner{position: relative; width: 100%; margin:0 auto; padding-bottom: 10px}

.sub_visual_inner {height: 100%}
.sub_visual_inner:after {display: inline-block; content: ""; height: 100%; vertical-align: middle}
.sub_visual_inner > div {display: inline-block; vertical-align: middle}
.sub_visual_inner .tit_page {padding-top:50px;padding-bottom: 20px; font-size: 30px; color: #fff;text-align:center;display:block;}
.sub_visual_inner .sub_copy {color: #fff; opacity: 0.43; padding-bottom:40px; font-size: 13px; line-height: 20px;text-align:center;display:block;}

 .col02 .box .list_txt {width:100%;padding-left:0; box-sizing: border-box}
 .col02 .box .num {font-size: 65px}
 .col02 .box .list_txt li {font-size: 16px; line-height: 24px}
 .col02 .box .price .txt {font-size: 13px; line-height: 20px}


.sub_visual_wrap .sub_visual_inner {position: relative; width:100%; margin:0 auto; }

.board_area_box{width: 98%;margin:40px auto;}

.board_area_box .tableTy2 tbody tr th{padding-left: 0px}
.board_area_box .tableTy2 tbody tr td{display:none}
.board_area_box .tableTy2 tbody tr .newsTitle{display:block}
.sub_con_wrap{width:96%; margin:0px auto;padding:20px 0 20px 0 }
/* footer */
.footer {position: relative;background: #44433f;}
.footer .con_inner{position: relative;width:100%;overflow: hidden;  margin: auto;padding: 20px 0 33px 0px; }
.footer .logo {float: left; height: 32px; padding-left:45px; color:#676767; font-size: 20px; line-height: 32px; font-weight: bold; background: url(../images/common/logo.png) 0 -50px no-repeat}
.footer .footer_cont {float: left; margin-left: 0}
.footer .footer_cont .tit_location {display: inline-block; vertical-align: middle; font-size: 13px; line-height: 24px; color: #dfdfdf}
.footer .footer_cont span {display: inline-block; padding-left: 10px; vertical-align: middle; font-size: 13px; line-height: 24px; color: #7c7c7c}
.footer .copyright {padding-top: 14px; font-size: 13px; line-height: 24px; color: #7c7c7c}
.footer .footer_sns {float: right}
.footer .footer_sns .ico_sns {display: inline-block; vertical-align: middle; font-size: 0; color: transparent; width: 38px; height: 38px; background: url(../images/common/ico_sns.png) 0 -50px no-repeat}
.footer .footer_sns .ico_sns + .ico_sns {margin-left: 8px}
.footer .footer_sns .twitter {background-position: -50px -50px}
.footer .footer_sns .instargram {background-position: -100px -50px}
figure{width:100% !important;}

}
@media screen and (min-width: 720px){
	/* header */
.header_wrap { position: relative; background: #fff}
.header_wrap .header_inner{overflow: hidden; width:100%;position: relative; height: 90px; margin:0 auto }
.header_wrap .header_inner .header:after{display: block; content:""; clear: both;}
.header_wrap .header_inner .header .logo {float:left; padding: 28px 37px 30px 0}
.header_wrap .header_inner .header .logo a {display: block; padding-left: 45px; font-size: 20px; line-height: 32px; color: #0074c5; font-weight: bold;}
.header_wrap .wrap_gnb {float: left}
.header_wrap .gnb:after {display: block; content: ""; clear: both}
.header_wrap .gnb li {float: left; padding: 0 25px}
.header_wrap .gnb .gnb1depth {display: block; padding:35px 3px 3px;  color: #666; font-size: 16px; line-height: 1}
.header_wrap .gnb .on .gnb1depth {color: #005794; border-bottom: 2px solid #005794}
.header_wrap .util {float: right}
.header_wrap .util:after {display: block; content: ""; clear: both}
.header_wrap .util .wrap_sns {float:left; padding-top: 30px; padding-right: 35px}
.header_wrap .util .wrap_sns .ico_sns {display: inline-block; vertical-align: middle; font-size: 0; color: transparent; width: 30px; height: 30px; background: url(../images/common/ico_sns.png) 0 0 no-repeat}
.header_wrap .util .wrap_sns .ico_sns + .ico_sns {margin-left: 10px}
.header_wrap .util .wrap_sns .twitter {background-position: -45px 0}
.header_wrap .util .wrap_sns .instargram {background-position: -90px 0}
.header_wrap .util .wrap_btn {float: right}
.header_wrap .util .wrap_btn a {display: block; width: 115px; text-align: center; line-height: 90px; background: #0074c5; color: #fff; font-size: 16px; font-weight: bold}

.main_visual01 {background: url(../images/visual/main_head_01.jpg) center top no-repeat; background-size: cover;height:500px;}
.swiper-visual {width:100%; margin: 0 auto; position: relative; overflow: hidden; padding: 0;z-index: 1}
.swiper-visual .swiper-wrapper {height: 500px; text-align: center}
.main_cont01 {padding-top: 55px; text-align: center;}
.main_cont01 .head_copy {display: block; text-align: center; font-size: 60px; color: #fff}
.main_cont01 .sub_copy {padding-top: 27px; font-size: 15px; line-height: 20px; color: #fff; opacity: 0.5}
.main_cont01 .tit {display: block; text-align: center; font-size: 60px; color: #fff}
.main_cont01 .btn_white {position: static; display: inline-block; margin-top: 33px; font-size: 16px; padding:5px 20px 5px 20px; height: 44px; line-height: 44px}
.swiper-visual.swiper-container-vertical .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {width: 53px; background: none; opacity: 1; font-size: 24px; border-bottom: 2px solid #fff;}
.swiper-visual.swiper-container-vertical .swiper-pagination-bullets .swiper-pagination-bullet {width: 37px; height: 100%; text-align: left; background:none; font-size: 16px; margin-top: 25px; opacity: 0.5; border-bottom: 2px solid #fff;border-radius:0}
.wrap_slide .swiper-button-next {right: 0}

.main_inner {position: relative; width: 100%; margin: 0 auto}
.main_inner2 {max-width: 100%; min-width: 100%; margin: 0 auto}
.swiper-container01 {width: 100%; margin: 0 auto; position: relative; overflow: hidden; padding: 0;z-index: 1}
.swiper-container01 .left {width: 48%}
.swiper-container01 .left.cont {padding: 166px 0 0 10px; box-sizing: border-box}
.swiper-container01 .tit_txt {display: block; font-size: 40px; line-height: 50px; color: #000; font-weight: normal; padding-bottom: 40px}
.swiper-container01 .right {width: 48%; padding-top: 90px}

.sub_visual_wrap .sub_visual_inner {position: relative; width:100%; margin:0 auto; }
.sub_visual_inner {height: 100%}
.sub_visual_inner:after {display: inline-block; content: ""; height: 100%; vertical-align: middle}
.sub_visual_inner > div {display: inline-block; vertical-align: middle}
.sub_visual_inner .tit_page {padding-top:100px;padding-bottom: 20px; font-size: 50px; color: #fff;text-align:center;display:block;}
.sub_visual_inner .sub_copy {color: #fff; opacity: 0.43;  padding-bottom:100px;font-size: 15px; line-height: 20px;text-align:center;display:block;}
.sub_container_inner{position: relative; width: 100%; margin:0 auto; padding-bottom: 50px}
.section {padding-top: 50px}
.section:after {display: block; content: ""; clear: both}
.section .left {width: 50%}
.section .right {width: 50%}
.section img {display: inline-block}
.section .cont {padding: 30px 0 0 20px; box-sizing: border-box}
.section .cont .num {display: block; padding-bottom: 50px; font-size: 80px; color: #005794; line-height: 1; font-weight: bold}
.section .tit_txt {display: block; padding-bottom: 30px; font-size: 40px; line-height: 50px; color: #000}
.sub_con_wrap{width:96%; margin:0px auto;padding:20px 0 20px 0 }
.board_area_box{width: 98%;margin:40px auto;}
/* footer */
.footer {position: relative;background: #44433f;}
.footer .con_inner{position: relative;width:96%;overflow: hidden;  margin: auto;padding: 20px 0 33px 0px; }
.footer .logo {float: left; height: 32px; padding-left:45px; color:#676767; font-size: 20px; line-height: 32px; font-weight: bold; background: url(../images/common/logo.png) 0 -50px no-repeat}
.footer .footer_cont {float: left; margin-left: 55px}
.footer .footer_cont .tit_location {display: inline-block; vertical-align: middle; font-size: 13px; line-height: 24px; color: #dfdfdf}
.footer .footer_cont span {display: inline-block; padding-left: 10px; vertical-align: middle; font-size: 13px; line-height: 24px; color: #7c7c7c}
.footer .copyright {padding-top: 14px; font-size: 13px; line-height: 24px; color: #7c7c7c}
.footer .footer_sns {float: right}
.footer .footer_sns .ico_sns {display: inline-block; vertical-align: middle; font-size: 0; color: transparent; width: 38px; height: 38px; background: url(../images/common/ico_sns.png) 0 -50px no-repeat}
.footer .footer_sns .ico_sns + .ico_sns {margin-left: 8px}
.footer .footer_sns .twitter {background-position: -50px -50px}
.footer .footer_sns .instargram {background-position: -100px -50px}
figure{width:100% !important;}

}	
@media screen and (min-width: 1025px){
	/* header */
.header_wrap { position: relative; background: #fff}
.header_wrap .header_inner{overflow: hidden; width:1200px;position: relative; height: 90px; margin:0 auto }
.header_wrap .header_inner .header:after{display: block; content:""; clear: both;}
.header_wrap .header_inner .header .logo {float:left; padding: 28px 37px 30px 0}
.header_wrap .header_inner .header .logo a {display: block; padding-left: 45px; font-size: 20px; line-height: 32px; color: #0074c5; font-weight: bold; }
.header_wrap .wrap_gnb {float: left}
.header_wrap .gnb:after {display: block; content: ""; clear: both}
.header_wrap .gnb li {float: left; padding: 0 25px}
.header_wrap .gnb .gnb1depth {display: block; padding:35px 3px 3px;  color: #666; font-size: 16px; line-height: 1}
.header_wrap .gnb .on .gnb1depth {color: #005794; border-bottom: 2px solid #005794}
.header_wrap .util {float: right}
.header_wrap .util:after {display: block; content: ""; clear: both}
.header_wrap .util .wrap_sns {float:left; padding-top: 30px; padding-right: 35px}
.header_wrap .util .wrap_sns .ico_sns {display: inline-block; vertical-align: middle; font-size: 0; color: transparent; width: 30px; height: 30px; background: url(../images/common/ico_sns.png) 0 0 no-repeat}
.header_wrap .util .wrap_sns .ico_sns + .ico_sns {margin-left: 10px}
.header_wrap .util .wrap_sns .twitter {background-position: -45px 0}
.header_wrap .util .wrap_sns .instargram {background-position: -90px 0}
.header_wrap .util .wrap_btn {float: right}
.header_wrap .util .wrap_btn a {display: block; width: 115px; text-align: center; line-height: 90px; background: #0074c5; color: #fff; font-size: 16px; font-weight: bold}

.main_visual01 {background: url(../images/visual/main_head_01.jpg) center top no-repeat; background-size: cover;height:710px;}
.swiper-visual {width:1200px; margin: 0 auto; position: relative; overflow: hidden; padding: 0;z-index: 1}
.swiper-visual .swiper-wrapper {height: 710px; text-align: center}
.main_cont01 {padding-top: 36px; text-align: center;}
.main_cont01 .head_copy {display: block; text-align: center; font-size: 60px; color: #fff}
.main_cont01 .sub_copy {padding-top: 27px; font-size: 15px; line-height: 20px; color: #fff; opacity: 0.5}
.main_cont01 .tit {display: block; text-align: center; font-size: 60px; color: #fff}
.main_cont01 .btn_white {position: static; display: inline-block; margin-top: 33px; font-size: 16px; padding:5px 20px 5px 20px; height: 44px; line-height: 44px}
.swiper-visual.swiper-container-vertical .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {width: 53px; background: none; opacity: 1; font-size: 24px; border-bottom: 2px solid #fff;}
.swiper-visual.swiper-container-vertical .swiper-pagination-bullets .swiper-pagination-bullet {width: 37px; height: 100%; text-align: left; background:none; font-size: 16px; margin-top: 25px; opacity: 0.5; border-bottom: 2px solid #fff;border-radius:0}
.wrap_slide .swiper-button-next {right: 0}

.sub_visual_wrap .sub_visual_inner {position: relative; width:1200px; margin:0 auto; }
.sub_visual_inner {height: 100%}
.sub_visual_inner:after {display: inline-block; content: ""; height: 100%; vertical-align: middle}
.sub_visual_inner > div {display: inline-block; vertical-align: middle}
.sub_visual_inner .tit_page {padding-top:100px;padding-bottom: 20px; font-size: 50px; color: #fff;text-align:center;display:block;}
.sub_visual_inner .sub_copy {color: #fff; opacity: 0.43; font-size: 15px; padding-bottom:100px;line-height: 20px;text-align:center;display:block;}

.main_inner {position: relative; width: 1200px; margin: 0 auto}
.main_inner2 {max-width: 1440px; min-width: 1200px; margin: 0 auto}

.sub_container_inner{position: relative; width: 1200px; margin:0 auto; }
.section {padding-top: 115px}
.section:after {display: block; content: ""; clear: both}
.section .left {width: 50%}
.section .right {width: 50%}
.section img {display: inline-block}
.section .cont {padding: 30px 0 0 100px; box-sizing: border-box}
.section .cont .num {display: block; padding-bottom: 50px; font-size: 80px; color: #005794; line-height: 1; font-weight: bold}
.section .tit_txt {display: block; padding-bottom: 30px; font-size: 40px; line-height: 50px; color: #000}

.board_area_box{width: 1200px;margin:40px auto;}
.sub_con_wrap{width:1200px; margin:0px auto;padding:20px 0 20px 0 }
/* footer */
.footer {position: relative;background: #44433f;}
.footer .con_inner{position: relative;width:1200px;overflow: hidden;  margin: auto;padding: 20px 0 33px 0px; }
.footer .logo {float: left; height: 32px; padding-left:45px; color:#676767; font-size: 20px; line-height: 32px; font-weight: bold; background: url(../images/common/logo.png) 0 -50px no-repeat}
.footer .footer_cont {float: left; margin-left: 55px}
.footer .footer_cont .tit_location {display: inline-block; vertical-align: middle; font-size: 13px; line-height: 24px; color: #dfdfdf}
.footer .footer_cont span {display: inline-block; padding-left: 10px; vertical-align: middle; font-size: 13px; line-height: 24px; color: #7c7c7c}
.footer .copyright {padding-top: 14px; font-size: 13px; line-height: 24px; color: #7c7c7c}
.footer .footer_sns {float: right}
.footer .footer_sns .ico_sns {display: inline-block; vertical-align: middle; font-size: 0; color: transparent; width: 38px; height: 38px; background: url(../images/common/ico_sns.png) 0 -50px no-repeat}
.footer .footer_sns .ico_sns + .ico_sns {margin-left: 8px}
.footer .footer_sns .twitter {background-position: -50px -50px}
.footer .footer_sns .instargram {background-position: -100px -50px}

}
